Java Script It!
See Also...
Info
Password Check
 
Description
A java script application that allows you to password protect a document.

Properties
Property Description
Instructions The instructional text that will appear in the password dialogue box informing the user what to do.
Password The text (case sensitive) that the user will be required to enter in order to gain access to the current document.
Default Value Text that will automatically appear in the field where the user will type in the password. This property is optional.
Incorrect URL The URL that the user will be taken to if they enter an incorrect password. The URL can be an absolute or relative path.
Incorrect Message The message text that will be displayed in an alert box informing the user that they entered an incorrect password.

Browser Compatibility
Navigator 3 IE 3 Navigator 4++ IE 4++
compatible compatible compatible compatible

Aditional Information

  • You can add Password Check to a document only once
  • If the user enters the correct password then the page will load
  • Password Check is not a high security means of protecting a web site but rather an effective way of protecting specific documents
  • Password Check is case sensitive
  • The caption on the password dialogue box is not editable

Info
Support